Checks if the specified point is inside the polygon defined by the specified array of points.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
Java Copy Code |
---|
public static boolean pointInPolygon ( |
An array with Point2D instances that define the polygon.
The Point2D to check.
true if the point is inside the polygon; otherwise false.
MindFusion.Charting for Java Programmer's Guide | © 2024 MindFusion |